home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_PICT / Testing / hex_tests / pat=set3=oldcolor.hex < prev    next >
Text File  |  1993-01-09  |  2KB  |  41 lines

  1. % header
  2. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3. % end of app-specific header
  4. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  5. 11 01                        % verson
  6. 01 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  7. 30 0000 0000 00FF 00FF        % draw bounding rect
  8.  
  9. %
  10. %    Use old-style colors
  11. %
  12. 0F    0000 00D1    % background color (red)
  13. 0E    0000 0149    %  foreground color (cyan)
  14.  
  15. %
  16. %    Patterns
  17. %
  18. 02 0008 142A 552A 1408        % back pat (grey diamonds)
  19. 09 7789 8f8f 7798 f8f8            % pen pat (the black dimpled circles one)
  20. 0A 8244 3944 8201 0101        % fill pat
  21.  
  22. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  23. %
  24. %    This test seeks to demonstrate that lines and text deal as they
  25. %    should with patterns.  It also has room for other additions.
  26. %
  27. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28.  
  29. % Draw a normal line
  30. 20 0010 0010  0020 00F0  
  31.  
  32. % set a thick pen size
  33. 07 0010 0008
  34.  
  35. % Draw a thick line
  36. 20 0020 0010 0030 00F0
  37.  
  38. 28 0070 0010 (This is a simple line of text DOES IT GET PATTERNS?)
  39.  
  40. FF    % end
  41.